epi 0.14.0

Backend-agnostic interface for writing apps using egui
Documentation

Backend-agnostic interface for writing apps using [egui].

epi provides interfaces for window management, serialization and http requests. An app written for epi can then be plugged into eframe, the egui framework crate.

Start by looking at the [App] trait, and implement [App::update].